home *** CD-ROM | disk | FTP | other *** search
/ Voyager Presents CD-ROM's That Matter / Voyager Presents CD-ROM's That Matter.iso / pc / demos / takefive / takefive.dir / 00058.ls < prev    next >
Encoding:
Text File  |  1994-11-02  |  95 b   |  8 lines

  1. on mouseUp
  2.   if the frame = label("Rest") then
  3.     continue()
  4.   else
  5.     go("Rx")
  6.   end if
  7. end
  8.